-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage the HTTPS certificate from the menu and ask Safari users to install it at startup #941
Manage the HTTPS certificate from the menu and ask Safari users to install it at startup #941
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #941 +/- ##
==========================================
- Coverage 21.42% 20.72% -0.71%
==========================================
Files 42 42
Lines 2506 2591 +85
==========================================
Hits 537 537
- Misses 1872 1957 +85
Partials 97 97
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2b8b5d4
to
b3aa9ab
Compare
4bbef3c
to
8a020e9
Compare
618f727
to
5678cbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall Code LGTM 🏁
…re outdated when the Agent is started
…ig is set to true
3487304
to
27d8b76
Compare
Please check if the PR fulfills these requirements
before creating one)
Infrastructure enhancement
Safari users are prompted at startup to install the HTTPS certificate and their preference is saved in the
config
file.It is now possible to obtain the certificate informations (installed, trusted and expiration date) from the Agent menu before performing any action on the keychain.
If the installed certificate is expiring in less than one month, the Agent will ask the user to update it.
No